home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
prog
/
adlip.arj
/
C.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-12-02
|
160b
|
11 lines
echo off
cl -AS -Zi -Ox -Gs demo2.c \lowlevel\adlib.c
if errorlevel 1 goto error
goto end
:error
echo *** Error: file not compiled ***
:end
echo on